home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / fido / MiniFreq.lha / frequest.doc < prev    next >
Text File  |  1997-08-10  |  1KB  |  41 lines

  1. Usage:
  2. ------
  3.  
  4. Simple. You need an indexfile in this format:
  5.  
  6. MAGICNAME PATH
  7.  
  8. whereas MAGICNAME is the name of the file to be requested. This can
  9. be a real MAGIC or simply the original name of the file.
  10. After MAGICNAME there is ONE space.
  11. PATH is the complete (absolute) path to the file including the filename.
  12.  
  13. You can generate such index files using the LIST command:
  14.  
  15. list filearea:#?/#? files lformat "%n %p%n" >indexfile
  16.  
  17. whereas filearea:#?/#? means to list all filearea subdirectories with
  18. only the filenames.
  19.  
  20.  
  21. Call Frequest with these parameters:
  22.  
  23. FidoAd - the complete adress of the frequesting node (currently unused)
  24. Inbound - name of the inbound (*.REQ) file
  25. Outbound - name of the outbound (*.RLO) file
  26. Index - name of the (above mentioned) index file
  27.  
  28.  
  29. So using TrapDoor the Frequest line would look like this:
  30.  
  31. FREQUEST "Frequest %n %i %o mail:config/frequest.index"
  32.  
  33.  
  34.  
  35.  
  36.  
  37. COPYRIGHT
  38. ---------
  39. This program is FREE for use but copyright by Marc Albrecht, A.C.T.
  40. EMail: albrecht@act-net.com
  41.